home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / mv.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  4.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. MV(1L)            Misc. Reference Manual Pages             MV(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      mv - rename files
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      mmmmvvvv [options] source dest
  13.      mmmmvvvv [options] source... directory
  14.      Options:
  15.      [-bfiuv] [-S backup-suffix] [-V  {numbered,existing,simple}]
  16.      [ --backup] [--force] [--interactive] [--update] [--verbose]
  17.      [   -   -   suffix=backup-suffix]    [    -    -    version-
  18.      control={numbered,existing,simple}] [--help] [--version]
  19.  
  20. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.      This manual page documents the GNU version of  mmmmvvvv.   If  the
  22.      last  argument  names  an  existing directory, mmmmvvvv moves each
  23.      other given file into a file with  the  same  name  in  that
  24.      directory.  Otherwise, if only two files are given, it moves
  25.      the first onto the second.  It is an error if the last argu-
  26.      ment  is  not a directory and more than two files are given.
  27.      It can move only regular files across filesystems.
  28.  
  29.      If a destination file is unwritable, the standard input is a
  30.      tty,  and  the -_f or --_f_o_r_c_e option is not given, mmmmvvvv prompts
  31.      the user for whether to overwrite the file.  If the response
  32.      does not begin with `y' or `Y', the file is skipped.
  33.  
  34.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  35.      -_b, --_b_a_c_k_u_p
  36.           Make backups of files that are about to be removed.
  37.  
  38.      -_f, --_f_o_r_c_e
  39.           Remove existing destination files and never prompt  the
  40.           user.
  41.  
  42.      -_i, --_i_n_t_e_r_a_c_t_i_v_e
  43.           Prompt whether to overwrite each destination file  that
  44.           already  exists.   If  the response does not begin with
  45.           `y' or `Y', the file is skipped.
  46.  
  47.      -_u, --_u_p_d_a_t_e
  48.           Do not move a nondirectory that has an existing  desti-
  49.           nation with the same or newer modification time.
  50.  
  51.      -_v, --_v_e_r_b_o_s_e
  52.           Print the name of each file before moving it.
  53.  
  54.      --_h_e_l_p
  55.           Print a usage message on standard output and exit  suc-
  56.           cessfully.
  57.  
  58.      --_v_e_r_s_i_o_n
  59.           Print version information on standard output then  exit
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU File Utilities                1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MV(1L)            Misc. Reference Manual Pages             MV(1L)
  71.  
  72.  
  73.  
  74.           successfully.
  75.  
  76.      -_S, --_s_u_f_f_i_x _b_a_c_k_u_p-_s_u_f_f_i_x
  77.           The suffix used for making simple backup files  can  be
  78.           set with the SSSSIIIIMMMMPPPPLLLLEEEE____BBBBAAAACCCCKKKKUUUUPPPP____SSSSUUUUFFFFFFFFIIIIXXXX environment variable,
  79.           which can be overridden by this option.  If neither  of
  80.           those is given, the default is `~', as it is in Emacs.
  81.  
  82.      -_V, --_v_e_r_s_i_o_n-_c_o_n_t_r_o_l {_n_u_m_b_e_r_e_d,_e_x_i_s_t_i_n_g,_s_i_m_p_l_e}
  83.           The  type  of  backups  made  can  be  set   with   the
  84.           VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL  environment  variable,  which  can  be
  85.           overridden by this option.  If VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL  is  not
  86.           set  and  this  option is not given, the default backup
  87.           type is `existing'.  The value of  the  VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL
  88.           environment  variable  and  the argument to this option
  89.           are like the GNU Emacs `version-control' variable; they
  90.           also recognize synonyms that are more descriptive.  The
  91.           valid values are (unique abbreviations are accepted):
  92.  
  93.           `t' or `numbered'
  94.                Always make numbered backups.
  95.  
  96.           `nil' or `existing'
  97.                Make numbered backups of files that  already  have
  98.                them, simple backups of the others.
  99.  
  100.           `never' or `simple'
  101.                Always make simple backups.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. FSF              Last change: GNU File Utilities                2
  130.  
  131.  
  132.  
  133.